home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / ArchiveUtils / Freeze / FreezeApp.m < prev    next >
Encoding:
Text File  |  1992-12-20  |  325 b   |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "FreezeApp.h"
  5. #import <appkit/defaults.h>
  6.  
  7. @implementation FreezeApp
  8.  
  9. + new
  10. {
  11.     const NXDefaultsVector FreezeDefaults = {
  12.     { "UpdateTime", "2.0"},
  13.     { NULL , NULL }
  14.     };
  15.  
  16.     self = [super new];
  17.     NXRegisterDefaults("Freeze",FreezeDefaults);
  18.     return self;
  19. }
  20.  
  21. @end
  22.